FixTakerProvider<TA, TS>.Sessions Property

[Browsable(true)] 
public override IBaseSessionInfo[] Sessions {get; set;}
This language is not supported or no code example is available.
[Browsable(true)] 
public:  
property array< IBaseSessionInfo^ >^ Sessions { 
array< IBaseSessionInfo^ >^ get( ); 
void set( 
array< IBaseSessionInfo^ >^ value 
); 
}
This language is not supported or no code example is available.
public  
Browsable(true) 
function get Sessions() : IBaseSessionInfo[]; 
public  
Browsable(true) 
function set Sessions(value : IBaseSessionInfo[]);
This language is not supported or no code example is available.

Property Value

IBaseSessionInfo[]

In this article

Definition